Skip to content

Instantly share code, notes, and snippets.

@beardedtim
beardedtim / readme.md
Created January 23, 2018 02:33
Setting up Postgres on Windows

Postgres 10 on Windows 10

  1. Install via installer
  2. Go to "Program Files"/PostgresQL/10/bin/
  3. Run initdb.exe some/path
  4. postgres -D C:\databases\postgres -p 5434
  5. psql -U postgres
  6. create database <dbname>;
  7. create user <user>;
  8. alter user with encrypted password '';
@emschwartz
emschwartz / README.md
Last active August 12, 2026 11:46
The Most Popular Blogs of Hacker News in 2025

This is an OPML version of the HN Popularity Contest results for 2025, for importing into RSS feed readers.

Plug: if you want to find content related to your interests from thousands of obscure blogs and noisy sources like HN Newest, check out Scour. It's a free, personalized content feed I work on where you define your interests in your own words and it ranks content based on how closely related it is to those topics.

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@QidiLiu
QidiLiu / ffmpeg_cheat_sheet.md
Created December 8, 2020 19:11
FFmpeg 指令集
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active August 12, 2026 11:41
Complete Recent Discord Quest

Caution

As of April 7th 2026, Discord has expressed their intent to crack down on automating quest completion.

Some users have received the following system message:

image

There isn't much I can do to make the script undetected, so use it at your own risk, as you most likely WILL get flagged by doing so.

Complete Recent Discord Quest

@windsting
windsting / starting-postgresql-in-windows-without-install.md
Created September 20, 2018 10:50
Starting Postgresql in Windows without Install

Starting Postgresql in Windows without Install

Problem

This is a question that comes up quite often by windows users, so thought we would share how we normally do it. The question is

Can you run a PostgreSQL server on your windows desktop/server box without having to install anything?

The answer is

@brkalbyrk
brkalbyrk / DriveSurge_Campaign_Stealer.md
Created August 10, 2026 21:36
macOS Stealer (DriveSurge campaign / fake com.apple.syslogd)

IOCs

Stealers observed in the DriveSurge campaign (Silent Push: ClickFix + fake update driveby attacks on thousands of compromised sites). Two stage macOS malware with dedicated arm64 (Apple Silicon) and x86_64 (Intel) builds, obfuscated bash loader → ~30MB Garble Obfuscated Go stealer. Steals 100+ crypto wallets, macOS Keychain, browser creds/cookies, SSH/GPG keys. Patches Atomic Wallet & Exodus Electron apps to intercept passwords. Shows fake Ledger Live / Trezor Suite "security update" dialogs to phish 24-word seed phrases. Persistence via LaunchAgent + ~/.persistenced.

C2 / Telemetry Servers (POST /api/t)

http://89.208.97.111:8133/api/t
http://45.155.71.15:8133/api/t
http://213.165.42.172:8133/api/t
@marwajameel
marwajameel / word-list.js
Created August 12, 2026 11:37 — forked from DMeechan/word-list.js
BIP39 mnemonic phases word list (2048 words)
const WORDLIST = ["abandon","ability","able","about","above","absent","absorb","abstract","absurd","abuse",
"access","accident","account","accuse","achieve","acid","acoustic","acquire","across","act",
"action","actor","actress","actual","adapt","add","addict","address","adjust","admit",
"adult","advance","advice","aerobic","affair","afford","afraid","again","age","agent",
"agree","ahead","aim","air","airport","aisle","alarm","album","alcohol","alert",
"alien","all","alley","allow","almost","alone","alpha","already","also","alter",
"always","amateur","amazing","among","amount","amused","analyst","anchor","ancient","anger",
"angle","angry","animal","ankle","announce","annual","another","answer","antenna","antique",
"anxiety","any","apart","apology","appear","apple","approve","april","arch","arctic",
"area","arena","argue","arm","armed","armor","army","around","arrange","arrest",

Informe definitivo completo: Skills específicos para planificar desarrollos con Claude Code

Este informe combina el análisis detallado con nombres específicos de skills reales del ecosistema Claude Code, incluyendo URLs de repositorios y una comparativa cuantitativa. Se centra en resolver tu necesidad de una revisión integral que combine objetivos del proyecto, arquitectura existente, buenas prácticas y plan de verificación.[1][2]

1. Skills específicos comparados

Skills reales documentados en el ecosistema Claude Code:

Skill Repositorio Propósito principal